ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartYData Class / ChartYData Constructor / ChartYData Constructor(Nullable<DateTime>)
A DateTime? value is set to DateTimeValue property.

In This Topic
    ChartYData Constructor(Nullable<DateTime>)
    In This Topic
    Initializes a new instance of the ChartYData class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dateTimeValue As System.Nullable(Of Date) _
    )
    public ChartYData( 
       System.Nullable<DateTime> dateTimeValue
    )

    Parameters

    dateTimeValue
    A DateTime? value is set to DateTimeValue property.
    See Also